home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-snadlc-mib-00.txt < prev    next >
Text File  |  1993-10-14  |  88KB  |  2,712 lines

  1.  
  2. Internet Draft            SNADLC MIB              October 1993
  3.  
  4.  
  5.                 Definitions of Managed Objects
  6.                   for SNA Data Link Control
  7.  
  8.  
  9.                        October 13, 1993
  10.  
  11.  
  12.  
  13.                     Jeff Hilgeman (chair)
  14.                   Apertus Technologies, Inc.
  15.                     7275 Flying Cloud Dr.
  16.                     Eden Prarie, MN  55344
  17.                    jeffh@apertus.com
  18.  
  19.  
  20.                         Shannon D. Nix
  21.                         Netlink, Inc.
  22.                     3214 Spring Forest Rd.
  23.                       Raleigh, NC  27604
  24.                        sdn@netlink.com
  25.  
  26.  
  27.                          Alan Bartkey
  28.                      Sync Research, Inc.
  29.                          7 Studebaker
  30.                       Irvine, CA  92718
  31.                         alan@sync.com
  32.  
  33.  
  34.                      Wayne Clark (editor)
  35.                      cisco Systems, Inc.
  36.                        1525 O'Brien Dr.
  37.                      Menlo Park, CA 94025
  38.                        wclark@cisco.com
  39.  
  40.  
  41.  
  42. 1.  Status of this Memo
  43.  
  44. This document is an Internet Draft.  Internet Drafts are
  45. working documents of the Internet Engineering Task Force
  46. (IETF), its Areas, and its Working Groups. Note that other
  47. groups may also distribute working documents as Internet
  48. Drafts.
  49.  
  50.  
  51.  
  52.  
  53. Expires April 13, 1994                                [Page 1]
  54.  
  55.  
  56.  
  57.  
  58. Internet Draft            SNADLC MIB              October 1993
  59.  
  60.  
  61. Internet Drafts are draft documents valid for a maximum of six
  62. months. Internet Drafts may be updated, replaced, or obsoleted
  63. by other documents at any time.  It is not appropriate to use
  64. Internet Drafts as reference material or to cite them other
  65. than as a "working draft" or "work in progress."
  66.  
  67. Please check the I-D abstract listing contained in each
  68. Internet Draft directory to learn the current status of this
  69. or any other Internet Draft.
  70.  
  71.  
  72.  
  73. 2.  Abstract
  74.  
  75. This Internet-Draft defines an extension to the Management
  76. Information Base (MIB) for use with SNMP-based network
  77. management.  In particular, it defines objects for managing
  78. the configuration, monitoring and control of data link
  79. controls in an SNA environment. This draft identifies managed
  80. objects for SNA Synchronous Data Link Control (SDLC) links
  81. only.  2, 3.
  82.  
  83. This memo does not specify a standard for the Internet
  84. community.
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109. Expires April 13, 1994                                [Page 2]
  110.  
  111.  
  112.  
  113.  
  114. Internet Draft            SNADLC MIB              October 1993
  115.  
  116.  
  117. 3.  The SNMPv2 Network Management Framework
  118.  
  119. The SNMPv2 Network Management Framework consists of four major
  120. components.  They are:
  121.  
  122. o    RFC 1441 which defines the SMI, the mechanisms used for
  123.      describing and naming objects for the purpose of
  124.      management.
  125.  
  126. o    RFC 1213 defines MIB-II, the core set of managed objects
  127.      for the Internet suite of protocols.
  128.  
  129. o    RFC 1445 which defines the administrative and other
  130.      architectural aspects of the framework.
  131.  
  132. o    RFC 1448 which defines the protocol used for network
  133.      access to managed objects.
  134.  
  135. The Framework permits new objects to be defined for the
  136. purpose of experimentation and evaluation.
  137.  
  138. 3.1.  Object Definitions
  139.  
  140. Managed objects are accessed via a virtual information store,
  141. termed the Management Information Base or MIB.  Objects in the
  142. MIB are defined using the subset of Abstract Syntax Notation
  143. One (ASN.1) defined in the SMI.  In particular, each object
  144. object type is named by an OBJECT IDENTIFIER, an
  145. administratively assigned name.  The object type together with
  146. an object instance serves to uniquely identify a specific
  147. instantiation of the object.  For human convenience, we often
  148. use a textual string, termed the descriptor, to refer to the
  149. object type.
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165. Expires April 13, 1994                                [Page 3]
  166.  
  167.  
  168.  
  169.  
  170. Internet Draft            SNADLC MIB              October 1993
  171.  
  172.  
  173. 4.  Overview
  174.  
  175. The SNADLC MIB is composed of two managed entities with, at
  176. most, three tables each.  The two managed entities for SDLC
  177. are:
  178.  
  179. o    Ports: the physical connection, and
  180.  
  181. o    Link Stations: the logical connections on the Port.
  182.  
  183. The three management tables are:
  184.  
  185. o    Adminstration: objects used for configuring and
  186.      controlling the operation of a Port or Link Station,
  187.  
  188. o    Operational: objects that reflect the run-time state of
  189.      the Port or Link Station, and
  190.  
  191. o    Statistics: objects that reflect the operating metrics of
  192.      the Port or Link Station.
  193.  
  194. Not all managed entities have all three tables.  The following
  195. are the actual tables found in this MIB:
  196.  
  197. 1)   Port Administration Table,
  198.  
  199. 2)   Port Operation Table,
  200.  
  201. 3)   Link Station Administration Table,
  202.  
  203. 4)   Link Station Operation Table,
  204.  
  205. 5)   Link Station Statistics Table,
  206.  
  207. There is no Port Statistics Table since most of the statistics
  208. relevant to a particular port are a part of the RS-232 MIB in
  209. RFC1317.
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. Expires April 13, 1994                                [Page 4]
  222.  
  223.  
  224.  
  225.  
  226. Internet Draft            SNADLC MIB              October 1993
  227.  
  228.  
  229. 5.  Definitions
  230.  
  231. SNA-DLC-MIB DEFINITIONS ::= BEGIN
  232.  
  233. IMPORTS
  234.     MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
  235.     Counter
  236.         FROM SNMPv2-SMI
  237.     DisplayString
  238.         FROM RFC1213-MIB
  239.     OBJECT-TYPE
  240.         FROM RFC-1212
  241.     experimental
  242.         FROM SNMPv2-SMI
  243.     DisplayString
  244.         FROM SNMPv2-TC
  245.     MODULE-COMPLIANCE, OBJECT-GROUP
  246.         FROM SNMPv2-CONF;
  247.  
  248.  
  249. -- This MIB Module uses the extended OBJECT-TYPE macro as
  250. -- defined in RFC 1212.
  251.  
  252.  
  253. snaDLC      OBJECT IDENTIFIER ::= { experimental ? }
  254.  
  255. --
  256. --  The following data link controls are modelled in this MIB module:
  257. --
  258. --     1. SDLC
  259. --
  260.  
  261. sdlc        OBJECT IDENTIFIER ::= { snaDLC 1 }
  262.  
  263. --
  264. --  THE SDLC GROUP
  265. --
  266. --  The following resources are modelled in the SDLC group of this MIB module:
  267. --
  268. --     1. PORTS
  269. --     2. LINK STATIONS
  270.  
  271. sdlcPortGroup OBJECT IDENTIFIER ::= { sdlc 1 } -- Physical Ports
  272. sdlcLstnGroup OBJECT IDENTIFIER ::= { sdlc 2 } -- Logical Link Stations
  273. sdlcGlobals   OBJECT IDENTIFIER ::= { sdlc 3 } -- Global SDLC Objects
  274.  
  275.  
  276.  
  277.  
  278.  
  279. Expires April 13, 1994                                [Page 5]
  280.  
  281.  
  282.  
  283.  
  284. Internet Draft            SNADLC MIB              October 1993
  285.  
  286.  
  287. --
  288. --  THE SDLC PORT GROUP
  289. --
  290. --  The following classes of information is modelled for each SDLC port:
  291. --
  292. --     1.  ADMINISTRATIVE ( read/write)
  293. --     2.  OPERATIONAL    ( read-only)
  294. --     3.  STATISTICS     (contained in RFC1317)
  295.  
  296. --  Information not found in this group is found in tables described in
  297. --  the following RFCs:
  298. --
  299. --    1.  RFC1213  - MIB-II
  300. --
  301. --            TABLE                      INDEX
  302. --            --------------------       ------------------
  303. --        a.  ifTable                    ifIndex
  304. --
  305. --    2.  RFC1317  - The RS232-like MIB
  306. --
  307. --            TABLE                      INDEX
  308. --            --------------------       ------------------
  309. --        a.  rs232PortTable             rs232PortIndex
  310. --        b.  rs232SyncPortTable         rs232SyncPortIndex
  311. --        c.  rs232InSigTable            rs232InSigPortIndex, rs232InSigName
  312. --        d.  rs232OutSigTable           rs232OutSigPortIndex, rs232OutSigName
  313. --     ** e.  rs232AsyncPortTable        rs232AsyncPortIndex
  314. --
  315. --     ** rs232AsyncPortTable for ISO 3309.3 ( Start-Stop SDLC).
  316.  
  317. --  *************************************************************
  318. --  *                                                           *
  319. --  *           THE SDLC PORT ADMINISTRATIVE TABLE              *
  320. --  *                                                           *
  321. --  *************************************************************
  322.  
  323. sdlcPortAdminTable  OBJECT-TYPE
  324.                     SYNTAX  SEQUENCE OF SdlcPortAdminEntry
  325.                     ACCESS  not-accessible
  326.                     STATUS  mandatory
  327.                     DESCRIPTION
  328.                         "This table contains objects that can be changed to
  329.                          manage an SDLC port.    Changing one of these
  330.                          parameters may take effect in the operating port
  331.                          immediately or may wait until the interface is
  332.  
  333.  
  334.  
  335.  
  336.  
  337. Expires April 13, 1994                                [Page 6]
  338.  
  339.  
  340.  
  341.  
  342. Internet Draft            SNADLC MIB              October 1993
  343.  
  344.  
  345.                          restarted depending on the details of the
  346.                          implementation.
  347.  
  348.                          Most of the objects in this read-write table
  349.                          have corresponding read-only objects in the
  350.                          sdlcPortOperTable that return the current operating
  351.                          value.
  352.  
  353.                          The operating values may be different from these
  354.                          configured values if  a configured parameter
  355.                          was changed after the interface was started."
  356.                      ::= { sdlcPortGroup 1 }
  357.  
  358. sdlcPortAdminEntry  OBJECT-TYPE
  359.                     SYNTAX  SdlcPortAdminEntry
  360.                     ACCESS  not-accessible
  361.                     STATUS  mandatory
  362.                     DESCRIPTION
  363.                          "A list of configured values for an SDLC port."
  364.                     INDEX   { sdlcPortAdminIndex }
  365.                     ::= { sdlcPortAdminTable 1 }
  366.  
  367. SdlcPortAdminEntry  ::= SEQUENCE
  368. {
  369.         sdlcPortAdminIndex          INTEGER,
  370.         sdlcPortAdminName           DisplayString,
  371.         sdlcPortAdminType           INTEGER,
  372.         sdlcPortAdminTopology       INTEGER,
  373.         sdlcPortAdminISTATUS        INTEGER,
  374.         sdlcPortAdminACTIVTO        INTEGER,
  375.         sdlcPortAdminPAUSE          INTEGER,
  376.         sdlcPortAdminSERVLIM        INTEGER,
  377.         sdlcPortAdminSlowPollTimer  INTEGER,
  378.         sdlcPortAdminRole           INTEGER
  379. }
  380.  
  381. sdlcPortAdminIndex  OBJECT-TYPE
  382.                     SYNTAX  INTEGER
  383.                     ACCESS  read-only
  384.                     STATUS  mandatory
  385.                     DESCRIPTION
  386.                           "The ifIndex value for the SDLC port."
  387.                     ::= { sdlcPortAdminEntry 1 }
  388.  
  389. sdlcPortAdminName   OBJECT-TYPE
  390.  
  391.  
  392.  
  393.  
  394.  
  395. Expires April 13, 1994                                [Page 7]
  396.  
  397.  
  398.  
  399.  
  400. Internet Draft            SNADLC MIB              October 1993
  401.  
  402.  
  403.                     SYNTAX  DisplayString (SIZE (1..8))
  404.                     ACCESS  read-write
  405.                     STATUS  mandatory
  406.                     DESCRIPTION
  407.                         "An octet string that defines the physical port to
  408.                          which this interface is assigned.  It has
  409.                          implementation-specific significance. Its value
  410.                          shall be unique within the administered system.
  411.                          It must contain only ASCII printable characters.
  412.                          Should an implementation choose to accept a write
  413.                          operation  for this object, it causes the logical
  414.                          port definition associated with the table instance
  415.                          to be moved to  a different physical port.  A write
  416.                          operation shall not take effect until the port is
  417.                          cycled inactive."
  418.                      ::= { sdlcPortAdminEntry 2 }
  419.  
  420. sdlcPortAdminType  OBJECT-TYPE
  421.                     SYNTAX  INTEGER
  422.                     {
  423.                          leased(1),
  424.                          switched(2)
  425.                     }
  426.                     ACCESS  read-write
  427.                     STATUS  mandatory
  428.                     DESCRIPTION
  429.                         "This parameter defines whether the SDLC port is
  430.                          to connect to a leased or switched line.  A write
  431.                          operation to this administrative  value shall not
  432.                          take effect until the SDLC port has been cycled
  433.                          inactive."
  434.                     DEFVAL { leased }
  435.                     ::= { sdlcPortAdminEntry 3 }
  436.  
  437. sdlcPortAdminTopology  OBJECT-TYPE
  438.                     SYNTAX  INTEGER
  439.                     {
  440.                          point-to-point(1),
  441.                          multipoint(2)
  442.                     }
  443.                     ACCESS  read-write
  444.                     STATUS  mandatory
  445.                     DESCRIPTION
  446.                         "This parameter defines whether the SDLC port is
  447.                         operate in a point-to-point or multidropped
  448.  
  449.  
  450.  
  451.  
  452.  
  453. Expires April 13, 1994                                [Page 8]
  454.  
  455.  
  456.  
  457.  
  458. Internet Draft            SNADLC MIB              October 1993
  459.  
  460.  
  461.                         topology.  A write operation to this administrative
  462.                         value shall not take effect until the SDLC port has
  463.                         been cycled inactive."
  464.                     DEFVAL { point-to-point }
  465.                     ::= { sdlcPortAdminEntry 4 }
  466.  
  467. sdlcPortAdminISTATUS
  468.                     SYNTAX  INTEGER
  469.                     {
  470.                          inactive(1),
  471.                          active(2)
  472.                     }
  473.                     ACCESS  read-write
  474.                     STATUS  mandatory
  475.                     DESCRIPTION
  476.                         "This parameter controls the initial value of the
  477.                          administrative status, ifAdminStatus, of this SDLC
  478.                          port at system start-up.  Depending on the
  479.                          implementation, a write operation to this
  480.                          administrative object may not take effect until
  481.                          the SDLC port has been cycled inactive."
  482.                     DEFVAL { active }
  483.                     ::= { sdlcPortAdminEntry 5 }
  484.  
  485. sdlcPortAdminACTIVTO    OBJECT-TYPE
  486.                     SYNTAX  INTEGER (0..120)
  487.                     ACCESS  read-write
  488.                     STATUS  mandatory
  489.                     DESCRIPTION
  490.                         "This parameter defines the period of time, in
  491.                         seconds, the port will allow a switched line to
  492.                         remain inactive ( no I-Frames) before disconnecting.
  493.                         A value of zero indicates no  timeout.  Depending
  494.                         on the implementation,  a write operation to this
  495.                         administered value  may not take effect until the
  496.                         port is cycled inactive.
  497.  
  498.                         This object is optional and does not have to be
  499.                         implemented."
  500.                      DEFVAL { 0 }
  501.                      ::= { sdlcPortAdminEntry 6 }
  502.  
  503. sdlcPortAdminPAUSE  OBJECT-TYPE
  504.                     SYNTAX  INTEGER (1..6000)
  505.                     ACCESS  read-write
  506.  
  507.  
  508.  
  509.  
  510.  
  511. Expires April 13, 1994                                [Page 9]
  512.  
  513.  
  514.  
  515.  
  516. Internet Draft            SNADLC MIB              October 1993
  517.  
  518.  
  519.                     STATUS  mandatory
  520.                     DESCRIPTION
  521.                         "This object defines the minimum elapsed time, in
  522.                         tenths of seconds, between any two traversals of
  523.                         the poll list for a primary SDLC port.  Depending
  524.                         on the implementation,  a write operation to this
  525.                         administered value  may not take effect until the
  526.                         port is cycled inactive.
  527.  
  528.                         This object has meaning for primary SDLC ports only."
  529.                      DEFVAL { 20 }
  530.                      ::= { sdlcPortAdminEntry 7 }
  531.  
  532. sdlcPortAdminSERVLIM OBJECT-TYPE
  533.                     SYNTAX  INTEGER (1..255)
  534.                     ACCESS  read-write
  535.                     STATUS  mandatory
  536.                     DESCRIPTION
  537.                         "This object defines the number of times the active
  538.                         poll list will be traversed before polling a station
  539.                         on the slow poll list for a primary, multipoint SDLC
  540.                         port.  Depending  on the implementation,  a write
  541.                         operation to this administered value  may not take
  542.                         effect until the port is cycled inactive.
  543.  
  544.                         This object has meaning for primary, multipoint SDLC
  545.                         ports only."
  546.                      DEFVAL { 20 }
  547.                      ::= { sdlcPortAdminEntry 9 }
  548.  
  549. sdlcPortAdminSlowPollTimer OBJECT-TYPE
  550.                     SYNTAX  TimeTicks
  551.                     ACCESS  read-write
  552.                     STATUS  mandatory
  553.                     DESCRIPTION
  554.                         "This object describes the elapsed time between
  555.                         polls for failed secondary link station addresses.
  556.                         Depending  on the implementation,  a write operation
  557.                         to this administered value  may not take effect
  558.                         until the port is cycled inactive.
  559.  
  560.                         This object has meaning for primary, multipoint SDLC
  561.                         ports only."
  562.                      DEFVAL { 20 }
  563.                      ::= { sdlcPortAdminEntry 10 }
  564.  
  565.  
  566.  
  567.  
  568.  
  569. Expires April 13, 1994                               [Page 10]
  570.  
  571.  
  572.  
  573.  
  574. Internet Draft            SNADLC MIB              October 1993
  575.  
  576.  
  577. sdlcPortAdminRole   OBJECT-TYPE
  578.                     SYNTAX  INTEGER
  579.                     {
  580.                         primary(1),
  581.                         secondary(2),
  582.                         negotiable(3)
  583.                     }
  584.                     ACCESS  read-write
  585.                     STATUS  mandatory
  586.                     DESCRIPTION
  587.                         "This object describes the role that the link
  588.                          station shall assume the next time a connection is
  589.                          established.
  590.  
  591.                          Even though this is defined as a port object, it
  592.                          is a link station attribute in the sense that
  593.                          a role is per link station.  However, it is not
  594.                          possible to vary link station roles on a particular
  595.                          port (e.g. SDLC multidrop)."
  596.                     ::= { sdlcPortAdminEntry 11 }
  597.  
  598. --  *************************************************************
  599. --  *                                                           *
  600. --  *                THE SDLC PORT OPERATIONAL TABLE            *
  601. --  *                                                           *
  602. --  *************************************************************
  603.  
  604. sdlcPortOperTable   OBJECT-TYPE
  605.                     SYNTAX  SEQUENCE OF SdlcPortOperEntry
  606.                     ACCESS  not-accessible
  607.                     STATUS  mandatory
  608.                     DESCRIPTION
  609.                         "This table contains current SDLC port parameters.
  610.                          Many of these objects have corresponding objects
  611.                          inthe sdlcPortAdmnTable."
  612.                     ::= { sdlcPortGroup 2 }
  613.  
  614. sdlcPortOperEntry   OBJECT-TYPE
  615.                     SYNTAX  SdlcPortOperEntry
  616.                     ACCESS  not-accessible
  617.                     STATUS  mandatory
  618.                     DESCRIPTION
  619.                          "Currently set parameters for a specific SDLC port."
  620.                     INDEX   { sdlcPortOperIndex }
  621.                     ::= { sdlcPortOperTable 1 }
  622.  
  623.  
  624.  
  625.  
  626.  
  627. Expires April 13, 1994                               [Page 11]
  628.  
  629.  
  630.  
  631.  
  632. Internet Draft            SNADLC MIB              October 1993
  633.  
  634.  
  635. SdlcPortOperEntry   ::= SEQUENCE
  636. {
  637.         sdlcPortOperIndex               INTEGER,
  638.         sdlcPortOperName                DisplayString,
  639.         sdlcPortOperType                INTEGER,
  640.         sdlcPortOperTopology            INTEGER,
  641.         sdlcPortOperISTATUS             INTEGER,
  642.         sdlcPortOperACTIVTO             INTEGER,
  643.         sdlcPortOperPAUSE               INTEGER,
  644.         sdlcPortOperSlowPollMethod      INTEGER,
  645.         sdlcPortOperSERVLIM             INTEGER,
  646.         sdlcPortOperSlowPollTimer       INTEGER,
  647.         sdlcPortOperRole                INTEGER,
  648.         sdlcPortOperCreateTime          TimeTicks,
  649.         sdlcPortOperLastModifyTime      TimeTicks,
  650.         sdlcPortOperLastChangeTime      TimeTicks,
  651.         sdlcPortOperLastFailTime        TimeTicks,
  652.         sdlcPortOperLastFailCause       INTEGER
  653. }
  654.  
  655. sdlcPortOperIndex   OBJECT-TYPE
  656.                     SYNTAX  INTEGER
  657.                     ACCESS  read-only
  658.                     STATUS  mandatory
  659.                     DESCRIPTION
  660.                         "The ifIndex value for the SDLC port."
  661.                     ::= { sdlcPortOperEntry 1 }
  662.  
  663.  
  664. sdlcPortOperName    OBJECT-TYPE
  665.                     SYNTAX  DisplayString (SIZE (1..8))
  666.                     ACCESS  read-only
  667.                     STATUS  mandatory
  668.                     DESCRIPTION
  669.                         "An octet string that describes the physical port
  670.                          to which this interface is currently attached.  It
  671.                          has  implementation-specific significance."
  672.                     ::= { sdlcPortOperEntry 2 }
  673.  
  674. sdlcPortOperType    OBJECT-TYPE
  675.                     SYNTAX  INTEGER
  676.                     {
  677.                          leased(1),
  678.                          switched(2)
  679.                     }
  680.  
  681.  
  682.  
  683.  
  684.  
  685. Expires April 13, 1994                               [Page 12]
  686.  
  687.  
  688.  
  689.  
  690. Internet Draft            SNADLC MIB              October 1993
  691.  
  692.  
  693.                     ACCESS  read-only
  694.                     STATUS  mandatory
  695.                     DESCRIPTION
  696.                         "This parameter defines whether the SDLC port is
  697.                          currently operating as though connected to a
  698.                          leased or switched line."
  699.                     ::= { sdlcPortOperEntry 3 }
  700.  
  701. sdlcPortOperTopology  OBJECT-TYPE
  702.                     SYNTAX  INTEGER
  703.                     {
  704.                          point-to-point(1),
  705.                          multipoint(2)
  706.                     }
  707.                     ACCESS  read-only
  708.                     STATUS  mandatory
  709.                     DESCRIPTION
  710.                         "This parameter defines whether the SDLC port is
  711.                         currently operating in a point-to-point or
  712.                         multidropped topology."
  713.                     ::= { sdlcPortOperEntry 4 }
  714.  
  715. sdlcPortOperISTATUS OBJECT-TYPE
  716.                     SYNTAX  INTEGER
  717.                     {
  718.                          inactive(1),
  719.                          active(2)
  720.                     }
  721.                     ACCESS  read-only
  722.                     STATUS  mandatory
  723.                     DESCRIPTION
  724.                         "This parameter describes the initial value of the
  725.                          administrative status, ifAdminStatus, of this SDLC
  726.                          port at last system start-up."
  727.                     ::= { sdlcPortOperEntry 5 }
  728.  
  729.  
  730. sdlcPortOperACTIVTO OBJECT-TYPE
  731.                     SYNTAX  INTEGER (0..120)
  732.                     ACCESS  read-only
  733.                     STATUS  mandatory
  734.                     DESCRIPTION
  735.                         "This parameter describes the period of time, in
  736.                          seconds, the port will allow a switched line to
  737.                          remain inactive ( no I-Frames) before disconnecting.
  738.  
  739.  
  740.  
  741.  
  742.  
  743. Expires April 13, 1994                               [Page 13]
  744.  
  745.  
  746.  
  747.  
  748. Internet Draft            SNADLC MIB              October 1993
  749.  
  750.  
  751.                          A value of zero indicates no  timeout. "
  752.                     ::= { sdlcPortOperEntry 6 }
  753.  
  754. sdlcPortOperPAUSE   OBJECT-TYPE
  755.                     SYNTAX  INTEGER (1..6000)
  756.                     ACCESS  read-only
  757.                     STATUS  mandatory
  758.                     DESCRIPTION
  759.                         "This object describes the current minimum elapsed
  760.                          time, in tenths of seconds, between any two
  761.                          traversals of the poll list for a primary SDLC port.
  762.  
  763.                          This object has meaning for primary SDLC ports only."
  764.                     ::= { sdlcPortOperEntry 7 }
  765.  
  766. sdlcPortOperSlowPollMethod OBJECT-TYPE
  767.                     SYNTAX  INTEGER
  768.                     {
  769.                          servlim(1),
  770.                          pollpause(2)
  771.                     }
  772.                     ACCESS  read-write
  773.                     STATUS  mandatory
  774.                     DESCRIPTION
  775.                         "This object defines the exact method that is in
  776.                         effect for periodically polling failed secondary
  777.                         link station addresses.
  778.  
  779.                         This object has meaning for primary, multipoint SDLC
  780.                         ports only."
  781.                     DEFVAL { 20 }
  782.                     ::= { sdlcPortOperEntry 8 }
  783.  
  784. sdlcPortOperSERVLIM OBJECT-TYPE
  785.                     SYNTAX  INTEGER (1..255)
  786.                     ACCESS  read-only
  787.                     STATUS  mandatory
  788.                     DESCRIPTION
  789.                         "This object describes the number of times the active
  790.                          poll list is currently being traversed before
  791.                          polling a station on the slow poll list for a
  792.                          primary, multipoint SDLC port.
  793.  
  794.                          This object has meaning for primary, multipoint
  795.                          SDLC ports only."
  796.  
  797.  
  798.  
  799.  
  800.  
  801. Expires April 13, 1994                               [Page 14]
  802.  
  803.  
  804.  
  805.  
  806. Internet Draft            SNADLC MIB              October 1993
  807.  
  808.  
  809.                     ::= { sdlcPortOperEntry 9 }
  810.  
  811. sdlcPortOperSlowPollTimer OBJECT-TYPE
  812.                     SYNTAX  TimeTicks
  813.                     ACCESS  read-only
  814.                     STATUS  mandatory
  815.                     DESCRIPTION
  816.                         "This object describes the elapsed time between
  817.                         polls for failed secondary link station addresses.
  818.  
  819.                          This object has meaning for primary, multipoint
  820.                          SDLC ports only."
  821.                     ::= { sdlcPortOperEntry 10 }
  822.  
  823. sdlcPortOperRole    OBJECT-TYPE
  824.                     SYNTAX  INTEGER
  825.                     {
  826.                         primary(1),
  827.                         secondary(2)
  828.                     }
  829.                     ACCESS  read-only
  830.                     STATUS  mandatory
  831.                     DESCRIPTION
  832.                         "This object describes the role that the link
  833.                          station has assumed on this connection.
  834.  
  835.                          Even though this is defined as a port object, it
  836.                          is a link station attribute in the sense that
  837.                          a role is per link station.  Note however, it is
  838.                          not possible to vary link station roles on a
  839.                          particular port (e.g. SDLC multidrop)."
  840.                     ::= { sdlcPortOperEntry 11 }
  841.  
  842.  
  843. sdlcPortOperCreateTime    OBJECT-TYPE
  844.                     SYNTAX  TimeTicks
  845.                     ACCESS  read-only
  846.                     STATUS  mandatory
  847.                     DESCRIPTION
  848.                         "This object describes the elapsed time, in
  849.                          1/100ths of seconds, between system initialization and the
  850.                          creation of this SDLC port."
  851.                     ::= { sdlcPortOperEntry 12 }
  852.  
  853. sdlcPortOperLastModifyTime    OBJECT-TYPE
  854.  
  855.  
  856.  
  857.  
  858.  
  859. Expires April 13, 1994                               [Page 15]
  860.  
  861.  
  862.  
  863.  
  864. Internet Draft            SNADLC MIB              October 1993
  865.  
  866.  
  867.                     SYNTAX  TimeTicks
  868.                     ACCESS  read-only
  869.                     STATUS  mandatory
  870.                     DESCRIPTION
  871.                         "This object describes the elapsed time, in
  872.                          1/100ths of seconds, between system initialization
  873.                          and the last modification of this SDLC port.  If
  874.                          the port has not been modified, then this value
  875.                          shall be zero."
  876.                     ::= { sdlcPortOperEntry 13 }
  877.  
  878. sdlcPortOperLastChangeTime    OBJECT-TYPE
  879.                     SYNTAX  TimeTicks
  880.                     ACCESS  read-only
  881.                     STATUS  mandatory
  882.                     DESCRIPTION
  883.                         "This object describes the elapsed time, in
  884.                          1/100ths of seconds, between system initialization
  885.                          and the last state change for this SDLC port."
  886.                     ::= { sdlcPortOperEntry 14 }
  887.  
  888. sdlcPortOperLastFailTime    OBJECT-TYPE
  889.                     SYNTAX  TimeTicks
  890.                     ACCESS  read-only
  891.                     STATUS  mandatory
  892.                     DESCRIPTION
  893.                         "This object describes the elapsed time, in
  894.                          1/100ths of seconds, between system initialization
  895.                          and the last failure of this SDLC port.  If the
  896.                          port has not failed,  then this value shall be zero."
  897.                     ::= { sdlcPortOperEntry 15 }
  898.  
  899. sdlcPortOperLastFailCause    OBJECT-TYPE
  900.                     SYNTAX  INTEGER
  901.                     {
  902.                         invalid(1),
  903.                         physical(2)
  904.                     }
  905.                     ACCESS  read-only
  906.                     STATUS  mandatory
  907.                     DESCRIPTION
  908.                         "This enumerated object describes the cause of the
  909.                          last failure of this SDLC port.  If the port has
  910.                          not failed,  then this value has no meaning."
  911.                     ::= { sdlcPortOperEntry 16 }
  912.  
  913.  
  914.  
  915.  
  916.  
  917. Expires April 13, 1994                               [Page 16]
  918.  
  919.  
  920.  
  921.  
  922. Internet Draft            SNADLC MIB              October 1993
  923.  
  924.  
  925. --
  926. --  THE SDLC LINK STATION GROUP
  927. --
  928.  
  929. --  The following classes of information is modelled for each SDLC link
  930. --  station:
  931. --
  932. --     1.  ADMINISTRATIVE ( read/write)
  933. --     2.  OPERATIONAL    ( read-only)
  934. --     3.  STATISTICS     ( read-only)
  935.  
  936. --  *************************************************************
  937. --  *                                                           *
  938. --  *        THE SDLC LINK STATION ADMINISTRATIVE TABLE         *
  939. --  *                                                           *
  940. --  *************************************************************
  941.  
  942. sdlcLSAdminTable  OBJECT-TYPE
  943.                     SYNTAX  SEQUENCE OF SdlcLSAdminEntry
  944.                     ACCESS  not-accessible
  945.                     STATUS  mandatory
  946.                     DESCRIPTION
  947.                         "This table contains objects that can be changed to
  948.                          manage an SDLC link station.  Changing one of these
  949.                          parameters may take  effect in the operating link
  950.                          immediately or may wait until the link is restarted
  951.                          depending on the details of the implementation.
  952.  
  953.                          Most of the objects in this read-write table have
  954.                          corresponding read-only objects in the
  955.                          sdlcLSOperTable that return the current operating
  956.                          value.
  957.  
  958.                          The operating values may be different from these
  959.                          configured values if changed by XID negotiation or
  960.                          if a configured parameter was changed after the link
  961.                          was started."
  962.                     ::= { sdlcLSGroup 1 }
  963.  
  964. sdlcLSAdminEntry    OBJECT-TYPE
  965.                     SYNTAX  SdlcLSAdminEntry
  966.                     ACCESS  not-accessible
  967.                     STATUS  mandatory
  968.                     DESCRIPTION
  969.                          "A list of configured values for an SDLC link
  970.  
  971.  
  972.  
  973.  
  974.  
  975. Expires April 13, 1994                               [Page 17]
  976.  
  977.  
  978.  
  979.  
  980. Internet Draft            SNADLC MIB              October 1993
  981.  
  982.  
  983.                           station."
  984.                     INDEX   { sdlcLSAdminIfIndex, sdlcLSAdminAddress }
  985.                     ::= { sdlcLSAdminTable 1 }
  986.  
  987. SdlcLSAdminEntry ::= SEQUENCE
  988. {
  989.         sdlcLSAdminIfIndex      INTEGER,
  990.         sdlcLSAdminAddress      INTEGER,
  991.         sdlcLSAdminName         INTEGER,
  992.         sdlcLSAdminState        INTEGER,
  993.         sdlcLSAdminISTATUS      INTEGER,
  994.         sdlcLSAdminMAXDATA      INTEGER,
  995.         sdlcLSAdminREPLYTO      INTEGER,
  996.         sdlcLSAdminMAXIN        INTEGER,
  997.         sdlcLSAdminMAXOUT       INTEGER,
  998.         sdlcLSAdminMODULO       INTEGER,
  999.         sdlcLSAdminRETRIESm     INTEGER,
  1000.         sdlcLSAdminRETRIESt     INTEGER,
  1001.         sdlcLSAdminRETRIESn     INTEGER,
  1002.         sdlcLSAdminRNRLIMIT     INTEGER,
  1003.         sdlcLSAdminDATMODE      INTEGER,
  1004.         sdlcLSAdminGPoll        INTEGER,
  1005.         sdlcLSAdminXid          INTEGER
  1006. }
  1007.  
  1008. sdlcLSAdminIfIndex  OBJECT-TYPE
  1009.                     SYNTAX  INTEGER
  1010.                     ACCESS  read-only
  1011.                     STATUS  mandatory
  1012.                     DESCRIPTION
  1013.                           "The ifIndex value for the SDLC port which
  1014.                            owns this link station."
  1015.                     ::= { sdlcLSAdminEntry 1 }
  1016.  
  1017. sdlcLSAdminAddress  OBJECT-TYPE
  1018.                     SYNTAX  INTEGER(1..255)
  1019.                     ACCESS  read-write
  1020.                     STATUS  mandatory
  1021.                     DESCRIPTION
  1022.                          "This value is the poll address of the secondary
  1023.                           link station for this SDLC link.  It uniquely
  1024.                           identifies the SDLC link station within a single
  1025.                           SDLC port."
  1026.                     ::= { sdlcLSAdminEntry 2 }
  1027.  
  1028.  
  1029.  
  1030.  
  1031. Expires April 13, 1994                               [Page 18]
  1032.  
  1033.  
  1034.  
  1035.  
  1036. Internet Draft            SNADLC MIB              October 1993
  1037.  
  1038.  
  1039. sdlcLSAdminName     OBJECT-TYPE
  1040.                     SYNTAX  DisplayString (SIZE (1..8))
  1041.                     ACCESS  read-write
  1042.                     STATUS  mandatory
  1043.                     DESCRIPTION
  1044.                         "An octet string that defines the local name of the
  1045.                          adjacent link station at the XID sender."
  1046.                      ::= { sdlcLSAdminEntry 3 }
  1047.  
  1048. sdlcLSAdminState    OBJECT-TYPE
  1049.                     SYNTAX INTEGER
  1050.                     {
  1051.                          inactive(1),
  1052.                          active(2)
  1053.                     }
  1054.                     ACCESS  read-write
  1055.                     STATUS  mandatory
  1056.                     DESCRIPTION
  1057.                         "This object controls the desired state of the SDLC
  1058.                          station.  The managed system shall attempt to keep
  1059.                          the operational state, sdlcLSOperState, consistent
  1060.                          with this value."
  1061.                     DEFVAL { active }
  1062.                     ::= { sdlcLSAdminEntry 4 }
  1063.  
  1064.  
  1065. sdlcLSAdminISTATUS  OBJECT-TYPE
  1066.                     SYNTAX  INTEGER
  1067.                     {
  1068.                          inactive(1),
  1069.                          active(2)
  1070.                     }
  1071.                     ACCESS  read-write
  1072.                     STATUS  mandatory
  1073.                     DESCRIPTION
  1074.                         "This parameter controls the desired state,
  1075.                         sdlcLSAdminState, of the SDLC link station at
  1076.                         system start-up."
  1077.                     DEFVAL { active }
  1078.                     ::= { sdlcPortAdminEntry 5 }
  1079.  
  1080. sdlcLSAdminMAXDATA  OBJECT-TYPE
  1081.                     SYNTAX INTEGER
  1082.                     {
  1083.                           265,
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089. Expires April 13, 1994                               [Page 19]
  1090.  
  1091.  
  1092.  
  1093.  
  1094. Internet Draft            SNADLC MIB              October 1993
  1095.  
  1096.  
  1097.                           521,
  1098.                           1033,
  1099.                           2057
  1100.                     }
  1101.                     ACCESS read-write
  1102.                     STATUS mandatory
  1103.                     DESCRIPTION
  1104.                         "This object controls the maximum PDU size allowed
  1105.                          for the logical link.    This value includes
  1106.                          the Transmission Header (TH) and Request Header (RH).
  1107.  
  1108.                          For link stations on switched SDLC lines, certain
  1109.                          implementions may choose to override this
  1110.                          administered value with the value negotiated in
  1111.                          the XID exchange.
  1112.  
  1113.                          Depending on implementation, a write operation to
  1114.                          this administrative value may not change the
  1115.                          operational value, sdlcLSOperMAXDATA, until the
  1116.                          link station has been cycled inactive."
  1117.                     ::= { sdlcLSAdminEntry 6 }
  1118.  
  1119. sdlcLSAdminREPLYTO  OBJECT-TYPE
  1120.                     SYNTAX  INTEGER (1..600)
  1121.                     ACCESS  read-write
  1122.                     STATUS  mandatory
  1123.                     DESCRIPTION
  1124.                         "This object controls the reply timeout, in
  1125.                         tenths of seconds, for an SDLC link station.  If the
  1126.                         link station does not receive a repsonse to a poll
  1127.                         or message before the specified time expires then
  1128.                         the appropriate error recovery shall be initiated.
  1129.  
  1130.                         Depending on the implementation,  a write operation
  1131.                         to this administered value  may not change the
  1132.                         operational value, sdlcLSOperREPLYTO,  until the link
  1133.                         station is cycled inactive.
  1134.  
  1135.                         This object has no meaning for secondary SDLC link
  1136.                         stations."
  1137.                      DEFVAL { 10 }
  1138.                      ::= { sdlcLSAdminEntry 7 }
  1139.  
  1140. sdlcLSAdminMAXIN    OBJECT-TYPE
  1141.                     SYNTAX  INTEGER (1..127)
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147. Expires April 13, 1994                               [Page 20]
  1148.  
  1149.  
  1150.  
  1151.  
  1152. Internet Draft            SNADLC MIB              October 1993
  1153.  
  1154.  
  1155.                     ACCESS  read-write
  1156.                     STATUS  mandatory
  1157.                     DESCRIPTION
  1158.                         "This object controls the maximum number of
  1159.                          unacknowledged frames which an SDLC link station
  1160.                          may receive.  This should range from one to modulus
  1161.                          minus one.   The modulus is controlled by the object:
  1162.                          sdlcLSAdminModulus.
  1163.  
  1164.                         Depending on the implementation,  a write operation
  1165.                         to this administered value  may not change the
  1166.                         operational value, sdlcLSOperMAXIN,  until the link
  1167.                         station is cycled inactive."
  1168.                      DEFVAL { 7 }
  1169.                      ::= { sdlcLSAdminEntry 8 }
  1170.  
  1171. sdlcLSAdminMAXOUT   OBJECT-TYPE
  1172.                     SYNTAX  INTEGER (1..127)
  1173.                     ACCESS  read-write
  1174.                     STATUS  mandatory
  1175.                     DESCRIPTION
  1176.                         "This object controls the maximum consequetive
  1177.                          unacknowledged frames which an SDLC link station
  1178.                          shall send without an acknowledgement.  This shall
  1179.                          range from one to modulus minus one.   The modulus
  1180.                          is controlled by the object: sdlcLSAdminMODULO.
  1181.  
  1182.                          For link stations on switched SDLC lines, certain
  1183.                          implementions may choose to override this
  1184.                          administered value with the value negotiated in
  1185.                          the XID exchange.
  1186.  
  1187.                          Depending on the implementation,  a write operation
  1188.                          to this administered value may not change the
  1189.                          operational value, sdlcLSOperMAXOUT,  until the link
  1190.                          station is cycled inactive.
  1191.  
  1192.                          An implementation can support only modulo 8, only
  1193.                          modulo 128, or both."
  1194.                      DEFVAL { 1 }
  1195.                      ::= { sdlcLSAdminEntry 9 }
  1196.  
  1197. sdlcLSAdminMODULO   OBJECT-TYPE
  1198.                     SYNTAX  INTEGER { 8, 128}
  1199.                     ACCESS  read-write
  1200.  
  1201.  
  1202.  
  1203.  
  1204.  
  1205. Expires April 13, 1994                               [Page 21]
  1206.  
  1207.  
  1208.  
  1209.  
  1210. Internet Draft            SNADLC MIB              October 1993
  1211.  
  1212.  
  1213.                     STATUS  mandatory
  1214.                     DESCRIPTION
  1215.                         "This object controls the modulus for an SDLC link
  1216.                          station.  This modulus determines the size of the
  1217.                          rotating acknowledgement window used the SDLC link
  1218.                          station pair.
  1219.  
  1220.                          Depending on the implementation, a write operation
  1221.                          to this administered value may not change the
  1222.                          operational value, sdlcLSOperMAXOUT, until the link
  1223.                          station is cycled inactive.
  1224.  
  1225.                          An implementation can support only modulo 8, only
  1226.                          modulo 128, or both."
  1227.                      DEFVAL { 8 }
  1228.                      ::= { sdlcLSAdminEntry 10 }
  1229.  
  1230. sdlcLSAdminRETRIESm OBJECT-TYPE
  1231.                     SYNTAX  INTEGER (0..128)
  1232.                     ACCESS  read-write
  1233.                     STATUS  mandatory
  1234.                     DESCRIPTION
  1235.                         "This object controls number of retries in a retry
  1236.                          sequence for an SDLC link station.  A retry sequence
  1237.                          is a series of retransmitted frames ( data or
  1238.                          control) for which no positive acknowledgement
  1239.                          is received.
  1240.  
  1241.                          The number of times that the retry sequence
  1242.                          is to be repeated is controlled by the object:
  1243.                          sdlcLSOperRETRIESn.  The interval between
  1244.                          retry sequences is controlled by the object:
  1245.                          sdlcLSOperRETRIESt.
  1246.  
  1247.                          Depending on the implementation,  a write operation
  1248.                          to this administered value  may not change the
  1249.                          operational value, sdlcLSOperRETRIESm,  until the
  1250.                          link station is cycled inactive."
  1251.                      DEFVAL { 15 }
  1252.                      ::= { sdlcLSAdminEntry 11 }
  1253.  
  1254. sdlcLSAdminRETRIESt OBJECT-TYPE
  1255.                     SYNTAX  INTEGER (0..255)
  1256.                     ACCESS  read-write
  1257.                     STATUS  mandatory
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263. Expires April 13, 1994                               [Page 22]
  1264.  
  1265.  
  1266.  
  1267.  
  1268. Internet Draft            SNADLC MIB              October 1993
  1269.  
  1270.  
  1271.                     DESCRIPTION
  1272.                         "This object controls the interval, in seconds,
  1273.                          between retry sequences for an SDLC link station if
  1274.                          multiple retry sequences are specified .  A retry
  1275.                          sequence is a series of retransmitted frames ( data
  1276.                          or control) for which no positive acknowledgement
  1277.                          is received.
  1278.  
  1279.                          The number of repeated retries sequences is
  1280.                          controlled by the object: sdlcLSAdminRETRIESn.
  1281.                          The retries per sequence is controlled by the object:
  1282.                          sdlcLSAdminRETRIESm.
  1283.  
  1284.                          Depending on the implementation,  a write operation
  1285.                          to this administered value  may not change the
  1286.                          operational value, sdlcLSOperRETRIESt,  until the
  1287.                          link station is cycled inactive."
  1288.                      DEFVAL { 0 }
  1289.                      ::= { sdlcLSAdminEntry 12 }
  1290.  
  1291. sdlcLSAdminRETRIESn OBJECT-TYPE
  1292.                     SYNTAX  INTEGER (0..127)
  1293.                     ACCESS  read-write
  1294.                     STATUS  mandatory
  1295.                     DESCRIPTION
  1296.                         "This object controls the number of times that
  1297.                          a retry sequence is repeated for an SDLC link
  1298.                          station.  A retry sequence is a series of
  1299.                          retransmitted frames ( data or control) for which
  1300.                          no positive acknowledgement is received.
  1301.  
  1302.                          The interval between retry sequences is controlled
  1303.                          by the object: sdlcLSAdminRETRIESn.  The retries
  1304.                          per sequence is controlled by the object:
  1305.                          sdlcLSAdminRETRIESm.
  1306.  
  1307.                          Depending on the implementation,  a write operation
  1308.                          to this administered value  may not change the
  1309.                          operational value, sdlcLSOperRETRIESn,  until the
  1310.                          link station is cycled inactive."
  1311.                      DEFVAL { 0 }
  1312.                      ::= { sdlcLSAdminEntry 13 }
  1313.  
  1314. sdlcLSAdminRNRLIMIT OBJECT-TYPE
  1315.                     SYNTAX  INTEGER (1..90)
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321. Expires April 13, 1994                               [Page 23]
  1322.  
  1323.  
  1324.  
  1325.  
  1326. Internet Draft            SNADLC MIB              October 1993
  1327.  
  1328.  
  1329.                     ACCESS  read-write
  1330.                     STATUS  mandatory
  1331.                     DESCRIPTION
  1332.                         "This object controls the length of time, in
  1333.                          minutes, that an SDLC link station will allow its
  1334.                          adjacent link station to remain in a busy (RNR)
  1335.                          state before declaring it inoperative.
  1336.  
  1337.                          Depending on the implementation,  a write operation
  1338.                          to this administered value  may not change the
  1339.                          operational value, sdlcLSOperRNRLIMIT,  until the
  1340.                          link station is cycled inactive."
  1341.                      DEFVAL { 3 }
  1342.                      ::= { sdlcLSAdminEntry 14 }
  1343.  
  1344. sdlcLSAdminDATMODE  OBJECT-TYPE
  1345.                     SYNTAX  INTEGER
  1346.                     {
  1347.                         half(1),
  1348.                         full(2)
  1349.                     }
  1350.                     ACCESS  read-write
  1351.                     STATUS  mandatory
  1352.                     DESCRIPTION
  1353.                         "This object controls whether communications mode
  1354.                          with the adjacent link station is two-way-alternate
  1355.                          (half) or two-way-simultaneous (full).
  1356.  
  1357.                          Depending on the implementation,  a write operation
  1358.                          to this administered value  may not change the
  1359.                          operational value, sdlcLSOperDATMODE,  until the
  1360.                          link station is cycled inactive."
  1361.                      DEFVAL { half }
  1362.                     ::= { sdlcLSAdminEntry 15 }
  1363.  
  1364. sdlcLSAdminGPoll    OBJECT-TYPE
  1365.                     SYNTAX  INTEGER (0..254)
  1366.                     ACCESS  read-write
  1367.                     STATUS  mandatory
  1368.                     DESCRIPTION
  1369.                         "This object describes the group poll address for
  1370.                          this link station instance.
  1371.  
  1372.                          Depending on the implementation,  a write operation
  1373.                          to this administered value  may not change the
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379. Expires April 13, 1994                               [Page 24]
  1380.  
  1381.  
  1382.  
  1383.  
  1384. Internet Draft            SNADLC MIB              October 1993
  1385.  
  1386.  
  1387.                          operational value, sdlcLSOperGPoll,  until the
  1388.                          link station is cycled inactive."
  1389.                     ::= { sdlcLSAdminEntry 16 }
  1390.  
  1391. sdlcLSAdminXid      OBJECT-TYPE
  1392.                     SYNTAX  INTEGER
  1393.                     {
  1394.                          no(1),
  1395.                          yes(2)
  1396.                     }
  1397.                     ACCESS  read-write
  1398.                     STATUS  mandatory
  1399.                     DESCRIPTION
  1400.                         "This object controls the transmission of XID at
  1401.                          startup time.
  1402.  
  1403.                          Need more verbage on this from Alan Bartky of
  1404.                          Sync Research.
  1405.  
  1406.                          Depending on the implementation,  a write operation
  1407.                          to this administered value  may not change the
  1408.                          operational value, sdlcLSOperGPoll,  until the
  1409.                          link station is cycled inactive."
  1410.                     ::= { sdlcLSAdminEntry 17 }
  1411.  
  1412. --  *************************************************************
  1413. --  *                                                           *
  1414. --  *           THE SDLC LINK STATION OPERATIONAL TABLE         *
  1415. --  *                                                           *
  1416. --  *************************************************************
  1417.  
  1418. sdlcLSOperTable     OBJECT-TYPE
  1419.                     SYNTAX  SEQUENCE OF SdlcLSOperEntry
  1420.                     ACCESS  not-accessible
  1421.                     STATUS  mandatory
  1422.                     DESCRIPTION
  1423.                           "This table contains current SDLC link parameters.
  1424.                            Many of these objects have corresponding objects
  1425.                            inthe sdlcLSAdmnTable."
  1426.                     ::= { sdlcLSGroup 2 }
  1427.  
  1428. sdlcLSOperEntry     OBJECT-TYPE
  1429.                     SYNTAX  SdlcLSOperEntry
  1430.                     ACCESS  not-accessible
  1431.                     STATUS  mandatory
  1432.  
  1433.  
  1434.  
  1435.  
  1436.  
  1437. Expires April 13, 1994                               [Page 25]
  1438.  
  1439.  
  1440.  
  1441.  
  1442. Internet Draft            SNADLC MIB              October 1993
  1443.  
  1444.  
  1445.                     DESCRIPTION
  1446.                          "A list of status and control values for an
  1447.                           SDLC link station."
  1448.                     INDEX   { sdlcLSOperIfIndex, sdlcLSOperAddress }
  1449.                     ::= { sdlcLSOperTable 1 }
  1450.  
  1451. SdlcLSOperEntry     ::= SEQUENCE
  1452. {
  1453.         sdlcLSOperIfIndex               INTEGER,
  1454.         sdlcLSOperAddress               INTEGER,
  1455.         sdlcLSOperRole                  INTEGER,
  1456.         sdlcLSOperState                 INTEGER,
  1457.         sdlcLSOperMAXDATA               INTEGER,
  1458.         sdlcLSOperREPLYTO               INTEGER,
  1459.         sdlcLSOperMAXIN                 INTEGER,
  1460.         sdlcLSOperMAXOUT                INTEGER,
  1461.         sdlcLSOperMODULO                INTEGER,
  1462.         sdlcLSOperRETRIESm              INTEGER,
  1463.         sdlcLSOperRETRIESt              INTEGER,
  1464.         sdlcLSOperRETRIESn              INTEGER,
  1465.         sdlcLSOperRNRLIMIT              INTEGER,
  1466.         sdlcLSOperDATMODE               INTEGER,
  1467.         sdlcLSOperCreateTime            TimeTicks,
  1468.         sdlcLSOperLastModifyTime        TimeTicks,
  1469.         sdlcLSOperLastChangeTime        TimeTicks,
  1470.         sdlcLSOperLastFailTime          TimeTicks,
  1471.         sdlcLSOperLastFailCause         INTEGER,
  1472.         sdlcLSOperLastFailCtrlIn        OCTET STRING,
  1473.         sdlcLSOperLastFailCtrlOut       OCTET STRING,
  1474.         sdlcLSOperLastFailFRMRInfo      OCTET STRING,
  1475.         sdlcLSOperLastFailREPLYTOs      Counter,
  1476.         sdlcLSOperEcho                  INTEGER,
  1477.         sdlcLSOperGPoll                 INTEGER
  1478. }
  1479.  
  1480. sdlcLSOperIfIndex   OBJECT-TYPE
  1481.                     SYNTAX  INTEGER
  1482.                     ACCESS  read-only
  1483.                     STATUS  mandatory
  1484.                     DESCRIPTION
  1485.                           "The ifIndex value for the SDLC port which
  1486.                            owns this link station."
  1487.                     ::= { sdlcLSOperEntry 1 }
  1488.  
  1489. sdlcLSOperAddress OBJECT-TYPE
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495. Expires April 13, 1994                               [Page 26]
  1496.  
  1497.  
  1498.  
  1499.  
  1500. Internet Draft            SNADLC MIB              October 1993
  1501.  
  1502.  
  1503.                     SYNTAX  INTEGER(1..255)
  1504.                     ACCESS  read-only
  1505.                     STATUS  mandatory
  1506.                     DESCRIPTION
  1507.                          "This value is the poll address of the secondary
  1508.                           link station in this SDLC link.  It uniquely
  1509.                           identifies the SDLC link station within a single
  1510.                           SDLC port."
  1511.                     ::= { sdlcLSOperEntry 2 }
  1512.  
  1513. sdlcLSOperRole      OBJECT-TYPE
  1514.                     SYNTAX  INTEGER
  1515.                     {
  1516.                         primary(1),
  1517.                         secondary(2),
  1518.                         negotiable(3)
  1519.                     }
  1520.                     ACCESS  read-only
  1521.                     STATUS  mandatory
  1522.                     DESCRIPTION
  1523.                         "This object reflects the current role that the link
  1524.                          station is assuming.  This can only have a value of
  1525.                          negotiable(3) if the link station has an operational
  1526.                          state ( sdlcLSOperState) of discontacted(1)."
  1527.                     ::= { sdlcLSOperEntry 3 }
  1528.  
  1529. sdlcLSOperState     OBJECT-TYPE
  1530.                     SYNTAX INTEGER
  1531.                     {
  1532.                       discontacted(1),
  1533.                       contactPending(2),
  1534.                       contacted(3),
  1535.                       discontactPending(4)
  1536.                     }
  1537.                     ACCESS  read-only
  1538.                     STATUS  mandatory
  1539.                     DESCRIPTION
  1540.                         "This object describes the operational state of the
  1541.                          SDLC link station.  The managed system shall attempt
  1542.                          to keep this value consistent with the administered
  1543.                          state, sdlcLSAdminState"
  1544.                     ::= {sdlcLSOperEntry 4 }
  1545.  
  1546. sdlcLSOperMAXDATA  OBJECT-TYPE
  1547.                     SYNTAX INTEGER
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553. Expires April 13, 1994                               [Page 27]
  1554.  
  1555.  
  1556.  
  1557.  
  1558. Internet Draft            SNADLC MIB              October 1993
  1559.  
  1560.  
  1561.                     {
  1562.                           265,
  1563.                           521,
  1564.                           1033,
  1565.                           2057
  1566.                     }
  1567.                     ACCESS read-only
  1568.                     STATUS mandatory
  1569.                     DESCRIPTION
  1570.                         "This object reflects the current maximum PDU size
  1571.                          allowed for the logical link.  This value includes
  1572.                          the Transmission Header (TH) and Request Header (RH).
  1573.  
  1574.                          This value may controlled by the administered MAXDATA,
  1575.                          sdlcLSAdminMAXDATA, or by the value negotiated in
  1576.                          the XID exchange for link stations on a switched
  1577.                          SDLC line."
  1578.                     ::= { sdlcLSOperEntry 5 }
  1579.  
  1580. sdlcLSOperREPLYTO   OBJECT-TYPE
  1581.                     SYNTAX  INTEGER (1..600)
  1582.                     ACCESS  read-only
  1583.                     STATUS  mandatory
  1584.                     DESCRIPTION
  1585.                         "This object reflects the current reply timeout, in
  1586.                         tenths of seconds, for an SDLC link station.  If the
  1587.                         link station does not receive a repsonse to a poll
  1588.                         or message before the specified time expires then
  1589.                         the appropriate error recovery shall be initiated.
  1590.  
  1591.                         This object has no meaning for secondary SDLC link
  1592.                         stationss."
  1593.                      ::= { sdlcLSOperEntry 6 }
  1594.  
  1595. sdlcLSOperMAXIN    OBJECT-TYPE
  1596.                     SYNTAX  INTEGER (1..127)
  1597.                     ACCESS  read-only
  1598.                     STATUS  mandatory
  1599.                     DESCRIPTION
  1600.                         "This object reflects the current maximum number of
  1601.                          unacknowledged frames which an SDLC link station
  1602.                          may receive.  This shall range from one to modulus
  1603.                          minus one."
  1604.                      ::= { sdlcLSOperEntry 7 }
  1605.  
  1606.  
  1607.  
  1608.  
  1609. Expires April 13, 1994                               [Page 28]
  1610.  
  1611.  
  1612.  
  1613.  
  1614. Internet Draft            SNADLC MIB              October 1993
  1615.  
  1616.  
  1617. sdlcLSOperMAXOUT    OBJECT-TYPE
  1618.                     SYNTAX  INTEGER (1..127)
  1619.                     ACCESS  read-only
  1620.                     STATUS  mandatory
  1621.                     DESCRIPTION
  1622.                         "This object controls the maximum consequetive
  1623.                          unacknowledged frames which an SDLC link station
  1624.                          shall send without an acknowledgement.  This shall
  1625.                          range from one to modulus minus one.   The modulus
  1626.                          is controlled by the object: sdlcLSAdminMODULO.
  1627.  
  1628.                          This value may controlled by the administered MAXOUT,
  1629.                          sdlcLSAdminMAXOUT, or by the value negotiated in
  1630.                          the XID exchange for link stations on a switched
  1631.                          SDLC line."
  1632.                      ::= { sdlcLSOperEntry 8 }
  1633.  
  1634. sdlcLSOperMODULO   OBJECT-TYPE
  1635.                     SYNTAX  INTEGER { 8, 128}
  1636.                     ACCESS  read-write
  1637.                     STATUS  mandatory
  1638.                     DESCRIPTION
  1639.                         "This object reflects the current modulus for an SDLC
  1640.                          link station.  This modulus determines the size of
  1641.                          rotating acknowledgement window used by the SDLC
  1642.                          link station pair."
  1643.                      DEFVAL { 8 }
  1644.                      ::= { sdlcLSOperEntry 9 }
  1645.  
  1646. sdlcLSOperRETRIESm  OBJECT-TYPE
  1647.                     SYNTAX  INTEGER (0..128)
  1648.                     ACCESS  read-only
  1649.                     STATUS  mandatory
  1650.                     DESCRIPTION
  1651.                         "This object controls number of retries in a retry
  1652.                          sequence for an SDLC link station.  A retry sequence
  1653.                          is a series of retransmitted frames ( data or
  1654.                          control) for which no positive acknowledgement
  1655.                          is received.
  1656.  
  1657.                          The current number of times that the retry sequence
  1658.                          is to be repeated is reflected by the object:
  1659.                          sdlcLSOperRETRIESn.  The current interval between
  1660.                          retry sequences is reflected by the object:
  1661.                          sdlcLSOperRETRIESt."
  1662.  
  1663.  
  1664.  
  1665.  
  1666.  
  1667. Expires April 13, 1994                               [Page 29]
  1668.  
  1669.  
  1670.  
  1671.  
  1672. Internet Draft            SNADLC MIB              October 1993
  1673.  
  1674.  
  1675.                      ::= { sdlcLSOperEntry 10 }
  1676.  
  1677. sdlcLSOperRETRIESt  OBJECT-TYPE
  1678.                     SYNTAX  INTEGER (0..255)
  1679.                     ACCESS  read-only
  1680.                     STATUS  mandatory
  1681.                     DESCRIPTION
  1682.                         "This object reflects the current interval, in
  1683.                          seconds, between retry sequences for an SDLC link
  1684.                          station if multiple retry sequences are specified.
  1685.                          A retry sequence is a series of retransmitted frames
  1686.                          ( data or control) for which no positive
  1687.                          acknowledgement is received.
  1688.  
  1689.                          The current number of repeated retries sequences is
  1690.                          reflected by the object: sdlcLSOperRETRIESn.
  1691.                          The current retries per sequence is reflected by the
  1692.                          object: sdlcLSOperRETRIESm."
  1693.                      ::= { sdlcLSOperEntry 11 }
  1694.  
  1695. sdlcLSOperRETRIESn OBJECT-TYPE
  1696.                     SYNTAX  INTEGER (0..127)
  1697.                     ACCESS  read-only
  1698.                     STATUS  mandatory
  1699.                     DESCRIPTION
  1700.                         "This object reflects the current number of times
  1701.                          that a retry sequence is repeated for an SDLC link
  1702.                          station.  A retry sequence is a series of
  1703.                          retransmitted frames ( data or control) for which
  1704.                          no positive acknowledgement is received.
  1705.  
  1706.                          The current interval between retry sequences is
  1707.                          reflected by the object: sdlcLSOperRETRIESn.
  1708.                          The current retries per sequence is reflected by
  1709.                          the object:  sdlcLSOperRETRIESm."
  1710.                      ::= { sdlcLSOperEntry 12 }
  1711.  
  1712. sdlcLSOperRNRLIMIT  OBJECT-TYPE
  1713.                     SYNTAX  INTEGER (1..90)
  1714.                     ACCESS  read-only
  1715.                     STATUS  mandatory
  1716.                     DESCRIPTION
  1717.                         "This object reflects the current length of time, in
  1718.                          minutes, that an SDLC link station will allow its
  1719.                          adjacent link station to remain in a busy (RNR)
  1720.  
  1721.  
  1722.  
  1723.  
  1724.  
  1725. Expires April 13, 1994                               [Page 30]
  1726.  
  1727.  
  1728.  
  1729.  
  1730. Internet Draft            SNADLC MIB              October 1993
  1731.  
  1732.  
  1733.                          state before declaring it inoperative."
  1734.                      ::= { sdlcLSOperEntry 13 }
  1735.  
  1736. sdlcLSOperDATMODE   OBJECT-TYPE
  1737.                     SYNTAX  INTEGER
  1738.                     {
  1739.                         half(1),
  1740.                         full(2)
  1741.                     }
  1742.                     ACCESS  read-only
  1743.                     STATUS  mandatory
  1744.                     DESCRIPTION
  1745.                         "This object reflects whether the current
  1746.                          communications mode with the adjacent link station
  1747.                          is two-way-alternate (half) ortwo-way-simultaneous
  1748.                          (full)."
  1749.                     ::= { sdlcLSOperEntry 14 }
  1750.  
  1751. sdlcLSOperCreateTime OBJECT-TYPE
  1752.                      SYNTAX  TimeTicks
  1753.                      ACCESS  read-only
  1754.                      STATUS  mandatory
  1755.                      DESCRIPTION
  1756.                         "This object describes the elapsed time, in
  1757.                          1/100ths of seconds, between system initialization
  1758.                          and the creation of this SDLC link station."
  1759.                      ::= { sdlcLSOperEntry 15 }
  1760.  
  1761. sdlcLSOperLastModifyTime    OBJECT-TYPE
  1762.                     SYNTAX  TimeTicks
  1763.                     ACCESS  read-only
  1764.                     STATUS  mandatory
  1765.                     DESCRIPTION
  1766.                         "This object describes the elapsed time, in
  1767.                          1/100ths of seconds, between system initialization
  1768.                          and the last modification of this SDLC link station.
  1769.                          If the link station has not been modified, then this
  1770.                          value shall be zero."
  1771.                     ::= { sdlcLSOperEntry 16 }
  1772.  
  1773. sdlcLSOperLastChangeTime    OBJECT-TYPE
  1774.                     SYNTAX  TimeTicks
  1775.                     ACCESS  read-only
  1776.                     STATUS  mandatory
  1777.                     DESCRIPTION
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783. Expires April 13, 1994                               [Page 31]
  1784.  
  1785.  
  1786.  
  1787.  
  1788. Internet Draft            SNADLC MIB              October 1993
  1789.  
  1790.  
  1791.                         "This object describes the elapsed time, in
  1792.                          1/100ths of seconds, between system initialization
  1793.                          and the last state change for this SDLC link
  1794.                          station."
  1795.                     ::= { sdlcLSOperEntry 17 }
  1796.  
  1797. sdlcLSOperLastFailTime    OBJECT-TYPE
  1798.                     SYNTAX  TimeTicks
  1799.                     ACCESS  read-only
  1800.                     STATUS  mandatory
  1801.                     DESCRIPTION
  1802.                         "This object describes the elapsed time, in
  1803.                          1/100ths of seconds, between system initialization
  1804.                          and the last failure of this SDLC link station.  If
  1805.                          the link station has not failed,  then this value
  1806.                          shall be zero."
  1807.                     ::= { sdlcLSOperEntry 18}
  1808.  
  1809. sdlcLSOperLastFailCause    OBJECT-TYPE
  1810.                     SYNTAX  INTEGER
  1811.                     {
  1812.                         invalid(1),
  1813.                         rxFRMR(2),
  1814.                         txFRMR(3),
  1815.                         noResponse(4),
  1816.                         protocolErr(5),
  1817.                         noActivity(6),
  1818.                         rnrLimit(7),
  1819.                         retriesExpired(8)
  1820.                     }
  1821.                     ACCESS  read-only
  1822.                     STATUS  mandatory
  1823.                     DESCRIPTION
  1824.                         "This enumerated object reflects the cause of the
  1825.                          last failure of this SDLC link station.  If the link
  1826.                          station has not failed,  then this value has no
  1827.                          meaning."
  1828.                     ::= { sdlcLSOperEntry 19}
  1829.  
  1830. sdlcLSOperLastFailCtrlIn  OBJECT-TYPE
  1831.                     SYNTAX  OCTET STRING (SIZE(2))
  1832.                     ACCESS  read-only
  1833.                     STATUS  mandatory
  1834.                     DESCRIPTION
  1835.                         "This object reflects the last control octet or octets
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841. Expires April 13, 1994                               [Page 32]
  1842.  
  1843.  
  1844.  
  1845.  
  1846. Internet Draft            SNADLC MIB              October 1993
  1847.  
  1848.  
  1849.                          (depending on modulus) received by this SDLC link
  1850.                          station at the time of the last failure. If the link
  1851.                          station has not failed, then this value has no
  1852.                          meaning."
  1853.                      ::= { sdlcLSOperEntry 20 }
  1854.  
  1855. sdlcLSOperLastFailCtrlOut  OBJECT-TYPE
  1856.                     SYNTAX  OCTET STRING (SIZE(2))
  1857.                     ACCESS  read-only
  1858.                     STATUS  mandatory
  1859.                     DESCRIPTION
  1860.                         "This object reflects the last control octet or octets
  1861.                          (depending on modulus) sent by this SDLC link
  1862.                          station at the time of the last failure. If the link
  1863.                          station has not failed, then this value has no
  1864.                          meaning."
  1865.                      ::= { sdlcLSOperEntry 21 }
  1866.  
  1867. sdlcLSOperLastFailFRMRInfo  OBJECT-TYPE
  1868.                     SYNTAX  OCTET STRING (SIZE(3))
  1869.                     ACCESS  read-only
  1870.                     STATUS  mandatory
  1871.                     DESCRIPTION
  1872.                         "This object reflects the information field of the
  1873.                          FRMR frame if the last failure for this SDLC link
  1874.                          station was as a result of an invalid frame.
  1875.                          Otherwise, this field has no meaning."
  1876.                      ::= { sdlcLSOperEntry 22 }
  1877.  
  1878. sdlcLSOperLastFailREPLYTOs  OBJECT-TYPE
  1879.                     SYNTAX  Counter
  1880.                     ACCESS  read-only
  1881.                     STATUS  mandatory
  1882.                     DESCRIPTION
  1883.                         "This object reflects the number of times that the
  1884.                          REPLYTO timer had expired for an SDLC link
  1885.                          station at the time of the last failure. If the link
  1886.                          station has not failed, then this value has no
  1887.                          meaning."
  1888.                     ::= { sdlcLSOperEntry 23 }
  1889.  
  1890. sdlcLSOperEcho      OBJECT-TYPE
  1891.                     SYNTAX  INTEGER
  1892.                     {
  1893.                          no(1),
  1894.  
  1895.  
  1896.  
  1897.  
  1898.  
  1899. Expires April 13, 1994                               [Page 33]
  1900.  
  1901.  
  1902.  
  1903.  
  1904. Internet Draft            SNADLC MIB              October 1993
  1905.  
  1906.  
  1907.                          yes(2)
  1908.                     }
  1909.                     ACCESS  read-only
  1910.                     STATUS  mandatory
  1911.                     DESCRIPTION
  1912.                         "This object identifies whether the echo bit is
  1913.                          in effect for this particular link station."
  1914.                     DEFVAL { no }
  1915.                     ::= { sdlcLSOperEntry 24 }
  1916.  
  1917. sdlcLSOperGPoll     OBJECT-TYPE
  1918.                     SYNTAX  INTEGER (0..254)
  1919.                     ACCESS  read-only
  1920.                     STATUS  mandatory
  1921.                     DESCRIPTION
  1922.                         "This object describes the group poll address
  1923.                          in effect for this link station instance."
  1924.                     DEFVAL { 0 }
  1925.                     ::= { sdlcLSOperEntry 14 }
  1926.  
  1927.  
  1928. --  *************************************************************
  1929. --  *                                                           *
  1930. --  *           THE SDlC LINK STATION STATISTICS TABLE          *
  1931. --  *                                                           *
  1932. --  *************************************************************
  1933.  
  1934. sdlcLSStatsTable  OBJECT-TYPE
  1935.                     SYNTAX  SEQUENCE OF SdlcLSStatsEntry
  1936.                     ACCESS  not-accessible
  1937.                     STATUS  mandatory
  1938.                     DESCRIPTION
  1939.                          "Each entry in this table contains statistics
  1940.                           for a specific SDLC link station."
  1941.                      ::= { sdlcLSGroup 3 }
  1942.  
  1943. sdlcLSStatsEntry  OBJECT-TYPE
  1944.                     SYNTAX  SdlcLSStatsEntry
  1945.                     ACCESS  not-accessible
  1946.                     STATUS  mandatory
  1947.                     DESCRIPTION
  1948.                          "A list of statistics for an SDLC link station."
  1949.                     INDEX   { sdlcLSStatsIfIndex, sdlcLSStatsAddress }
  1950.                     ::= { sdlcLSStatsTable 1 }
  1951.  
  1952.  
  1953.  
  1954.  
  1955. Expires April 13, 1994                               [Page 34]
  1956.  
  1957.  
  1958.  
  1959.  
  1960. Internet Draft            SNADLC MIB              October 1993
  1961.  
  1962.  
  1963. SdlcLSStatsEntry ::= SEQUENCE
  1964. {
  1965.         sdlcLSStatsIfIndex      INTEGER,
  1966.         sdlcLSStatsAddress      INTEGER,
  1967.         sdlcLSStatsBLUsIn       Counter,
  1968.         sdlcLSStatsBLUsOut      Counter,
  1969.         sdlcLSStatsOctetsIn     Counter,
  1970.         sdlcLSStatsOctetsOut    Counter,
  1971.         sdlcLSStatsPollsIn      Counter,
  1972.         sdlcLSStatsPollsOut     Counter,
  1973.         sdlcLSStatsPollRspIn    Counter,
  1974.         sdlcLSStatsPollRspOut   Counter,
  1975.         sdlcLSStatsLocalBusies  Counter,
  1976.         sdlcLSStatsRemoteBusies Counter,
  1977.         sdlcLSStatsIFramesIn    Counter,
  1978.         sdlcLSStatsIFramesOut   Counter,
  1979.         sdlcLSStatsRetransmits  Counter,
  1980.         sdlcLSStatsIOctetsIn    Counter,
  1981.         sdlcLSStatsIOctetsOut   Counter,
  1982.         sdlcLSStatsUIFramesIn   Counter,
  1983.         sdlcLSStatsUIFramesOut  Counter,
  1984.         sdlcLSStatsXIDsIn       Counter,
  1985.         sdlcLSStatsXIDsOut      Counter,
  1986.         sdlcLSStatsTESTsIn      Counter,
  1987.         sdlcLSStatsTESTsOut     Counter,
  1988.         sdlcLSStatsREJsIn       Counter,
  1989.         sdlcLSStatsREJsOut      Counter,
  1990.         sdlcLSStatsFRMRsIn      Counter,
  1991.         sdlcLSStatsFRMRsOut     Counter,
  1992.         sdlcLSStatsProtocolErrs Counter,
  1993.         sdlcLSStatsActivityTOs  Counter,
  1994.         sdlcLSStatsRNRLIMITs    Counter,
  1995.         sdlcLSStatsRetriesExps  Counter
  1996. }
  1997.  
  1998. sdlcLSStatsIfIndex  OBJECT-TYPE
  1999.                     SYNTAX  INTEGER
  2000.                     ACCESS  read-only
  2001.                     STATUS  mandatory
  2002.                     DESCRIPTION
  2003.                           "The ifIndex value for the SDLC port which
  2004.                            owns this link station."
  2005.                     ::= { sdlcLSStatsEntry 1 }
  2006.  
  2007. sdlcLSStatsAddress  OBJECT-TYPE
  2008.  
  2009.  
  2010.  
  2011.  
  2012.  
  2013. Expires April 13, 1994                               [Page 35]
  2014.  
  2015.  
  2016.  
  2017.  
  2018. Internet Draft            SNADLC MIB              October 1993
  2019.  
  2020.  
  2021.                     SYNTAX  INTEGER(1..255)
  2022.                     ACCESS  read-only
  2023.                     STATUS  mandatory
  2024.                     DESCRIPTION
  2025.                         "This value is the poll address of the secondary
  2026.                          link station in this SDLC link.  It uniquely
  2027.                          identifies the SDLC link station within a single
  2028.                          SDLC port."
  2029.                     ::= { sdlcLSStatsEntry 2 }
  2030.  
  2031. sdlcLSStatsBLUsIn   OBJECT-TYPE
  2032.                     SYNTAX  Counter
  2033.                     ACCESS  read-only
  2034.                     STATUS  mandatory
  2035.                     DESRIPTION
  2036.                       "This object reflects the total basic link units
  2037.                        (BLUs; frames) received from an adjacent SDLC link
  2038.                        station since system startup."
  2039.                     ::= { sdlcLSStatsEntry 3}
  2040.  
  2041. sdlcLSStatsBLUsOut   OBJECT-TYPE
  2042.                     SYNTAX  Counter
  2043.                     ACCESS  read-only
  2044.                     STATUS  mandatory
  2045.                     DESRIPTION
  2046.                       "This object reflects the total basic link units
  2047.                        (BLUs; frames), transmitted to an adjacent SDLC
  2048.                        link station since system startup."
  2049.                     ::= { sdlcLSStatsEntry 4}
  2050.  
  2051. sdlcLSStatsOctetsIn OBJECT-TYPE
  2052.                     SYNTAX  Counter
  2053.                     ACCESS  read-only
  2054.                     STATUS  mandatory
  2055.                     DESRIPTION
  2056.                       "This object reflects the total octets received from
  2057.                        an adjacent SDLC link station since system startup."
  2058.                     ::= { sdlcLSStatsEntry 5}
  2059.  
  2060. sdlcLSStatsOctetsOut OBJECT-TYPE
  2061.                     SYNTAX  Counter
  2062.                     ACCESS  read-only
  2063.                     STATUS  mandatory
  2064.                     DESRIPTION
  2065.                       "This object reflects the total octets transmitted to
  2066.  
  2067.  
  2068.  
  2069.  
  2070.  
  2071. Expires April 13, 1994                               [Page 36]
  2072.  
  2073.  
  2074.  
  2075.  
  2076. Internet Draft            SNADLC MIB              October 1993
  2077.  
  2078.  
  2079.                        an adjacent SDLC link station since system startup."
  2080.                     ::= { sdlcLSStatsEntry 6}
  2081.  
  2082. sdlcLSStatsPollsIn  OBJECT-TYPE
  2083.                     SYNTAX  Counter
  2084.                     ACCESS  read-only
  2085.                     STATUS  mandatory
  2086.                     DESRIPTION
  2087.                       "This object reflects the total polls received from
  2088.                        an adjacent SDLC link station since system startup."
  2089.                     ::= { sdlcLSStatsEntry 7}
  2090.  
  2091. sdlcLSStatsPollsOut OBJECT-TYPE
  2092.                     SYNTAX  Counter
  2093.                     ACCESS  read-only
  2094.                     STATUS  mandatory
  2095.                     DESRIPTION
  2096.                       "This object reflects the total polls sent to
  2097.                        an adjacent SDLC link station since system startup."
  2098.                     ::= { sdlcLSStatsEntry 8}
  2099.  
  2100. sdlcLSStatsPollRspsOut OBJECT-TYPE
  2101.                     SYNTAX  Counter
  2102.                     ACCESS  read-only
  2103.                     STATUS  mandatory
  2104.                     DESRIPTION
  2105.                       "This object reflects the total polls responded to
  2106.                        by an adjacent SDLC link station since system startup."
  2107.                     ::= { sdlcLSStatsEntry 9}
  2108.  
  2109. sdlcLSStatsPollRspsIn OBJECT-TYPE
  2110.                     SYNTAX  Counter
  2111.                     ACCESS  read-only
  2112.                     STATUS  mandatory
  2113.                     DESRIPTION
  2114.                       "This object reflects the total polls responded to
  2115.                        by the local SDLC link station since system startup."
  2116.                     ::= { sdlcLSStatsEntry 10}
  2117.  
  2118. sdlcLSStatsLocalBusies OBJECT-TYPE
  2119.                     SYNTAX  Counter
  2120.                     ACCESS  read-only
  2121.                     STATUS  mandatory
  2122.                     DESRIPTION
  2123.                       "This object reflects the total number of times that
  2124.  
  2125.  
  2126.  
  2127.  
  2128.  
  2129. Expires April 13, 1994                               [Page 37]
  2130.  
  2131.  
  2132.  
  2133.  
  2134. Internet Draft            SNADLC MIB              October 1993
  2135.  
  2136.  
  2137.                        the local SDLC link station has entered a busy state
  2138.                        (RNR) since system startup."
  2139.                     ::= { sdlcLSStatsEntry 11}
  2140.  
  2141. sdlcLSStatsRemoteBusies OBJECT-TYPE
  2142.                     SYNTAX  Counter
  2143.                     ACCESS  read-only
  2144.                     STATUS  mandatory
  2145.                     DESRIPTION
  2146.                       "This object reflects the total number of times that
  2147.                        an adjacent ( remote) SDLC link station has entered a
  2148.                        busy state (RNR) since system startup."
  2149.                     ::= { sdlcLSStatsEntry 12}
  2150.  
  2151. sdlcLSStatsIFramesIn OBJECT-TYPE
  2152.                     SYNTAX  Counter
  2153.                     ACCESS  read-only
  2154.                     STATUS  mandatory
  2155.                     DESRIPTION
  2156.                       "This object reflects the total I-frames received
  2157.                        from an adjacent SDLC link station since system
  2158.                        startup."
  2159.                     ::= { sdlcLSStatsEntry 13}
  2160.  
  2161. sdlcLSStatsIFramesOut OBJECT-TYPE
  2162.                     SYNTAX  Counter
  2163.                     ACCESS  read-only
  2164.                     STATUS  mandatory
  2165.                     DESRIPTION
  2166.                       "This object reflects the total I-frames transmitted
  2167.                        to an adjacent SDLC link station since system startup."
  2168.                     ::= { sdlcLSStatsEntry 14}
  2169.  
  2170. sdlcLSStatsRetransmits  OBJECT-TYPE
  2171.                     SYNTAX  Counter
  2172.                     ACCESS  read-only
  2173.                     STATUS  mandatory
  2174.                     DESRIPTION
  2175.                       "This object reflects the total frames retransmitted
  2176.                        to an adjacent SDLC link station since system startup."
  2177.                     ::= { sdlcLSStatsEntry 15}
  2178.  
  2179. sdlcLSStatsIOctetsIn OBJECT-TYPE
  2180.                     SYNTAX  Counter
  2181.                     ACCESS  read-only
  2182.  
  2183.  
  2184.  
  2185.  
  2186.  
  2187. Expires April 13, 1994                               [Page 38]
  2188.  
  2189.  
  2190.  
  2191.  
  2192. Internet Draft            SNADLC MIB              October 1993
  2193.  
  2194.  
  2195.                     STATUS  mandatory
  2196.                     DESRIPTION
  2197.                       "This object reflects the total octets contained in
  2198.                        I-frames received from an adjacent SDLC link station
  2199.                        since system startup."
  2200.                     ::= { sdlcLSStatsEntry 16}
  2201.  
  2202. sdlcLSStatsIOctetsOut OBJECT-TYPE
  2203.                     SYNTAX  Counter
  2204.                     ACCESS  read-only
  2205.                     STATUS  mandatory
  2206.                     DESRIPTION
  2207.                       "This object reflects the total octets contained in
  2208.                        I-frames transmitted to an adjacent SDLC link station
  2209.                        since system startup."
  2210.                     ::= { sdlcLSStatsEntry 17}
  2211.  
  2212. sdlcLSStatsUIFramesIn OBJECT-TYPE
  2213.                     SYNTAX  Counter
  2214.                     ACCESS  read-only
  2215.                     STATUS  mandatory
  2216.                     DESRIPTION
  2217.                       "This object reflects the total UI-frames received
  2218.                        from an adjacent SDLC link station since system
  2219.                        startup."
  2220.                     ::= { sdlcLSStatsEntry 18}
  2221.  
  2222. sdlcLSStatsUIFramesOut OBJECT-TYPE
  2223.                     SYNTAX  Counter
  2224.                     ACCESS  read-only
  2225.                     STATUS  mandatory
  2226.                     DESRIPTION
  2227.                       "This object reflects the total UI-frames transmitted
  2228.                        to an adjacent SDLC link station since system startup."
  2229.                     ::= { sdlcLSStatsEntry 19}
  2230.  
  2231. sdlcLSStatsXIDsIn   OBJECT-TYPE
  2232.                     SYNTAX  Counter
  2233.                     ACCESS  read-only
  2234.                     STATUS  mandatory
  2235.                     DESRIPTION
  2236.                       "This object reflects the total XID frames received
  2237.                        from an adjacent SDLC link station since system
  2238.                        startup."
  2239.                     ::= { sdlcLSStatsEntry 20}
  2240.  
  2241.  
  2242.  
  2243.  
  2244.  
  2245. Expires April 13, 1994                               [Page 39]
  2246.  
  2247.  
  2248.  
  2249.  
  2250. Internet Draft            SNADLC MIB              October 1993
  2251.  
  2252.  
  2253.  
  2254. sdlcLSStatsXIDsOut  OBJECT-TYPE
  2255.                     SYNTAX  Counter
  2256.                     ACCESS  read-only
  2257.                     STATUS  mandatory
  2258.                     DESRIPTION
  2259.                       "This object reflects the total XID frames transmitted
  2260.                        to an adjacent SDLC link station since system startup."
  2261.                     ::= { sdlcLSStatsEntry 21}
  2262.  
  2263. sdlcLSStatsTESTsIn   OBJECT-TYPE
  2264.                     SYNTAX  Counter
  2265.                     ACCESS  read-only
  2266.                     STATUS  mandatory
  2267.                     DESRIPTION
  2268.                       "This object reflects the total TEST frames, commands
  2269.                        or responses, received from an adjacent SDLC link
  2270.                        station since system startup."
  2271.                     ::= { sdlcLSStatsEntry 22}
  2272.  
  2273. sdlcLSStatsTESTsOut  OBJECT-TYPE
  2274.                     SYNTAX  Counter
  2275.                     ACCESS  read-only
  2276.                     STATUS  mandatory
  2277.                     DESRIPTION
  2278.                       "This object reflects the total TEST frames, commands or
  2279.                        responses, transmitted to an adjacent SDLC link station
  2280.                        since system startup."
  2281.                     ::= { sdlcLSStatsEntry 23}
  2282.  
  2283. sdlcLSStatsREJsIn   OBJECT-TYPE
  2284.                     SYNTAX  Counter
  2285.                     ACCESS  read-only
  2286.                     STATUS  mandatory
  2287.                     DESRIPTION
  2288.                       "This object reflects the total REJ frames received
  2289.                        from an adjacent SDLC link station since system
  2290.                        startup."
  2291.                     ::= { sdlcLSStatsEntry 24}
  2292.  
  2293. sdlcLSStatsREJsOut  OBJECT-TYPE
  2294.                     SYNTAX  Counter
  2295.                     ACCESS  read-only
  2296.                     STATUS  mandatory
  2297.                     DESRIPTION
  2298.  
  2299.  
  2300.  
  2301.  
  2302.  
  2303. Expires April 13, 1994                               [Page 40]
  2304.  
  2305.  
  2306.  
  2307.  
  2308. Internet Draft            SNADLC MIB              October 1993
  2309.  
  2310.  
  2311.                       "This object reflects the total REJ frames transmitted
  2312.                        to an adjacent SDLC link station since system startup."
  2313.                     ::= { sdlcLSStatsEntry 25}
  2314.  
  2315. sdlcLSStatsFRMRsIn  OBJECT-TYPE
  2316.                     SYNTAX  Counter
  2317.                     ACCESS  read-only
  2318.                     STATUS  mandatory
  2319.                     DESRIPTION
  2320.                       "This object reflects the total frame reject (FRMR)
  2321.                        frames received from an adjacent SDLC link station
  2322.                        since system startup."
  2323.                     ::= { sdlcLSStatsEntry 26}
  2324.  
  2325. sdlcLSStatsFRMRsOut  OBJECT-TYPE
  2326.                     SYNTAX  Counter
  2327.                     ACCESS  read-only
  2328.                     STATUS  mandatory
  2329.                     DESRIPTION
  2330.                       "This object reflects the total frame reject (FRMR)
  2331.                        frames transmitted to an adjacent SDLC link station
  2332.                        since system startup."
  2333.                     ::= { sdlcLSStatsEntry 27}
  2334.  
  2335. sdlcLSStatsProtocolErrs OBJECT-TYPE
  2336.                     SYNTAX  Counter
  2337.                     ACCESS  read-only
  2338.                     STATUS  mandatory
  2339.                     DESRIPTION
  2340.                       "This object reflects the total occurrences, since
  2341.                        startup, where this SDLC link station has inactivated
  2342.                        the link as a result of receiving a frame from its
  2343.                        adjacent link station which was in violation of the
  2344.                        protocol."
  2345.                     ::= { sdlcLSStatsEntry 28}
  2346.  
  2347. sdlcLSStatsActivityTOs OBJECT-TYPE
  2348.                     SYNTAX  Counter
  2349.                     ACCESS  read-only
  2350.                     STATUS  mandatory
  2351.                     DESRIPTION
  2352.                       "This object reflects the total occurrences, since
  2353.                        startup, where this SDLC link station has inactivated
  2354.                        the link as a result of no activity on the link.
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361. Expires April 13, 1994                               [Page 41]
  2362.  
  2363.  
  2364.  
  2365.  
  2366. Internet Draft            SNADLC MIB              October 1993
  2367.  
  2368.  
  2369.                        Implementation of this object is optional."
  2370.                     ::= { sdlcLSStatsEntry 29}
  2371.  
  2372. sdlcLSStatsRNRLIMITs OBJECT-TYPE
  2373.                     SYNTAX  Counter
  2374.                     ACCESS  read-only
  2375.                     STATUS  mandatory
  2376.                     DESRIPTION
  2377.                       "This object reflects the total occurrences, since
  2378.                        startup, where this SDLC link station has inactivated
  2379.                        the link as a result of its RNRLIMIT timer expiring."
  2380.                     ::= { sdlcLSStatsEntry 30}
  2381.  
  2382. sdlcLSStatsRetriesExps OBJECT-TYPE
  2383.                     SYNTAX  Counter
  2384.                     ACCESS  read-only
  2385.                     STATUS  mandatory
  2386.                     DESRIPTION
  2387.                       "This object reflects the total occurrences, since
  2388.                        startup, where this SDLC link station has inactivated
  2389.                        the link as a result of a retry sequence being
  2390.                        exhausted."
  2391.                     ::= { sdlcLSStatsEntry 31}
  2392.  
  2393. --
  2394. --  TRAP DEFINITIONS
  2395. --
  2396.  
  2397. sdlcPortStatusChange TRAP-TYPE
  2398.                      ENTERPRISE sdlc
  2399.                      VARIABLES  { sdlcPortOperIfIndex,
  2400.                                   sdlcPortOperState,
  2401.                                   sdlcPortAdminState,
  2402.                                   sdlcPortOperLastFailTime,
  2403.                                   sdlcPortOperLastFailCause
  2404.                                 }
  2405.                      DESCRIPTION
  2406.                          "This trap indicates that the state of an SDLC port
  2407.                           has transitioned to active or inactive."
  2408.                      ::= 1
  2409.  
  2410. sdlcLSStatusChange   TRAP-TYPE
  2411.                      ENTERPRISE sdlc
  2412.                      VARIABLES  { sdlcLSOperIfIndex,
  2413.                                   sdlcLSOperAddress
  2414.  
  2415.  
  2416.  
  2417.  
  2418.  
  2419. Expires April 13, 1994                               [Page 42]
  2420.  
  2421.  
  2422.  
  2423.  
  2424. Internet Draft            SNADLC MIB              October 1993
  2425.  
  2426.  
  2427.                                   sdlcLSOperState,
  2428.                                   sdlcLSAdminState,
  2429.                                   sdlcLSOperLastFailTime,
  2430.                                   sdlcLSOperLastFailCause,
  2431.                                   sdlcLSOperLastFailFRMRInfo,
  2432.                                   sdlcLSOperLastFailCtrlIn,
  2433.                                   sdlcLSOperLastFailCtrlOut,
  2434.                                   sdlcLSOperLastFailREPLYTOs
  2435.                                 }
  2436.                      DESCRIPTION
  2437.                          "This trap indicates that the state of an SDLC link
  2438.                           station has transitioned to contacted or
  2439.                           discontacted."
  2440.                      ::= 2
  2441.  
  2442.  
  2443. END
  2444.     LAST-UPDATED "931013"
  2445.     ORGANIZATION "IETF SNA DLC MIB Working Group"
  2446.     CONTACT-INFO
  2447.             "        Wayne Clark
  2448.              Postal: Cisco Systems, Inc.
  2449.                      1525 O'Brien Drive
  2450.                      Menlo Park, CA  94025
  2451.  
  2452.                 Tel: 415 688 4627
  2453.                 Fax: 415 688 4575
  2454.              E-mail: wclark@cisco.com
  2455.     DESCRIPTION
  2456.             "The MIB module for SNA Data Link Control"
  2457.     ::= { experimental xx }
  2458.  
  2459. SNA-DLC-MIBObjects OBJECT IDENTIFIER ::= { SNADLCMIB 1 }
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474.  
  2475. Expires April 13, 1994                               [Page 43]
  2476.  
  2477.  
  2478.  
  2479.  
  2480. Internet Draft            SNADLC MIB              October 1993
  2481.  
  2482.  
  2483. 6.  Acknowledgements
  2484.  
  2485. Thanks goes to the SNADLC MIB working group for reviewing this
  2486. MIB and for their infinite patience through the editing
  2487. process.
  2488.  
  2489.  
  2490.  
  2491.  
  2492.  
  2493.  
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499.  
  2500.  
  2501.  
  2502.  
  2503.  
  2504.  
  2505.  
  2506.  
  2507.  
  2508.  
  2509.  
  2510.  
  2511.  
  2512.  
  2513.  
  2514.  
  2515.  
  2516.  
  2517.  
  2518.  
  2519.  
  2520.  
  2521.  
  2522.  
  2523.  
  2524.  
  2525.  
  2526.  
  2527.  
  2528.  
  2529.  
  2530.  
  2531. Expires April 13, 1994                               [Page 44]
  2532.  
  2533.  
  2534.  
  2535.  
  2536. Internet Draft            SNADLC MIB              October 1993
  2537.  
  2538.  
  2539. 7.  References
  2540.  
  2541. [1]  B. Stewart, "Definitions of Managed Objects for RS-232-
  2542.      like Hardware Devices", Request for Comments 1317, April
  2543.      1992.
  2544.  
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551.  
  2552.  
  2553.  
  2554.  
  2555.  
  2556.  
  2557.  
  2558.  
  2559.  
  2560.  
  2561.  
  2562.  
  2563.  
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584.  
  2585.  
  2586.  
  2587. Expires April 13, 1994                               [Page 45]
  2588.  
  2589.  
  2590.  
  2591.  
  2592. Internet Draft            SNADLC MIB              October 1993
  2593.  
  2594.  
  2595. 8.  Security Considerations
  2596.  
  2597. Security issues are not discussed in this memo.
  2598.  
  2599.  
  2600. 9.  Author's Address
  2601.  
  2602.      Jeff Hilgeman (chair)
  2603.      Apertus Technologies, Inc.
  2604.      7275 Flying Cloud Dr.
  2605.      Eden Prarie, MN  55344
  2606.  
  2607.      Phone: 612/828-0668
  2608.      Email: jeffh@apertus.com
  2609.  
  2610.  
  2611.      Shannon D. Nix
  2612.      Netlink, Inc.
  2613.      3214 Spring Forest Rd.
  2614.      Raleigh, NC  27604
  2615.  
  2616.      Phone: 919/878-8612
  2617.      Email: sdn@netlink.com
  2618.  
  2619.  
  2620.      Alan Bartkey
  2621.      Sync Research, Inc.
  2622.      7 Studebaker
  2623.      Irvine, CA  92718
  2624.  
  2625.      Phone: 714/588-2070
  2626.      Email: alan@sync.com
  2627.  
  2628.  
  2629.      Wayne Clark (editor)
  2630.      cisco Systems, Inc.
  2631.      1525 O'Brien Dr.
  2632.      Menlo Park, CA 94025
  2633.  
  2634.      Phone: 415/688-4627
  2635.      Email: wclark@cisco.com
  2636.  
  2637.  
  2638.  
  2639.  
  2640.  
  2641.  
  2642.  
  2643. Expires April 13, 1994                               [Page 46]
  2644.  
  2645.  
  2646.  
  2647.  
  2648. Internet Draft            SNADLC MIB              October 1993
  2649.  
  2650.  
  2651. Table of Contents
  2652.  
  2653.  
  2654. 1 Status of this Memo ...................................    1
  2655. 2 Abstract ..............................................    2
  2656. 3 The SNMPv2 Network Management Framework ...............    3
  2657. 3.1 Object Definitions ..................................    3
  2658. 4 Overview ..............................................    4
  2659. 5 Definitions ...........................................    5
  2660. 6 Acknowledgements ......................................   44
  2661. 7 References ............................................   45
  2662. 8 Security Considerations ...............................   46
  2663. 9 Author's Address ......................................   46
  2664.  
  2665.  
  2666.  
  2667.  
  2668.  
  2669.  
  2670.  
  2671.  
  2672.  
  2673.  
  2674.  
  2675.  
  2676.  
  2677.  
  2678.  
  2679.  
  2680.  
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690.  
  2691.  
  2692.  
  2693.  
  2694.  
  2695.  
  2696.  
  2697.  
  2698.  
  2699. Expires April 13, 1994                               [Page 47]
  2700.